Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / GenericCellData<T> Class / ToString Method


In This Topic
    ToString Method (GenericCellData<T>)
    In This Topic
    Returns a String which represents the object instance.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As GenericCellData(Of T)
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    See Also